NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProtocolInfoImporter.FindProtocol

[To be supplied.]

[Visual Basic]
Protected Shared Function FindProtocol( _
   ByVal description As ServiceDescription, _
   ByVal type As Type _
) As ProtocolInfo
[C#]
protected static ProtocolInfo FindProtocol(
   ServiceDescription description,
   Type type
);
[C++]
protected: static ProtocolInfo* FindProtocol(
   ServiceDescription* description,
   Type* type
);
[JScript]
protected static function FindProtocol(
   description : ServiceDescription,
   type : Type
) : ProtocolInfo;

Parameters

description
[To be supplied.]
type
[To be supplied.]

See Also

ProtocolInfoImporter Class | ProtocolInfoImporter Members | System.Web.Services.Description Namespace