WCF-Xtensions Class Reference for Mono
Validate Method (NoemaxWebRelayHttpBehavior)






Syntax
public virtual void Validate( 
   System.ServiceModel.Description.ServiceEndpoint endpoint
)
public procedure Validate( 
    endpoint: System.ServiceModel.Description.ServiceEndpoint
); virtual; 
public function Validate( 
   endpoint : System.ServiceModel.Description.ServiceEndpoint
);
public: virtual void Validate( 
   System.ServiceModel.Description.ServiceEndpoint* endpoint
) 
public:
virtual void Validate( 
   System.ServiceModel.Description.ServiceEndpoint^ endpoint
) 
'Declaration
 
Public Overridable Sub Validate( _
   ByVal endpoint As System.ServiceModel.Description.ServiceEndpoint _
) 
 
'Usage
 
Dim instance As NoemaxWebRelayHttpBehavior
Dim endpoint As System.ServiceModel.Description.ServiceEndpoint
 
instance.Validate(endpoint)

Parameters

endpoint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NoemaxWebRelayHttpBehavior Class
NoemaxWebRelayHttpBehavior Members

Send Feedback