| 
            
              SecureServiceHostFactoryEndpointBehaviors Property
             | 
          
        
        
            Gets or sets the list of endpoint behaviors added to the services created
            
        
        Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.257-beta
Syntaxpublic List<IEndpointBehavior> EndpointBehaviors { get; set; }Public Property EndpointBehaviors As List(Of IEndpointBehavior)
	Get
	Set
public:
property List<IEndpointBehavior^>^ EndpointBehaviors {
	List<IEndpointBehavior^>^ get ();
	void set (List<IEndpointBehavior^>^ value);
}member EndpointBehaviors : List<IEndpointBehavior> with get, set
function get_EndpointBehaviors();
function set_EndpointBehaviors(value);
 View SourceProperty Value
ListIEndpointBehavior
See Also