This documentation is archived and is not being maintained.

ProtocolImporter.ProtocolName Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public MustOverride ReadOnly Property ProtocolName As String
[C#]
public abstract string ProtocolName {get;}
[C++]
public: __property virtual String* get_ProtocolName() = 0;
[JScript]
public abstract function get ProtocolName() : String;

See Also

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

Show: