This documentation is archived and is not being maintained.

ProtocolImporter.UnsupportedOperationWarning Method

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

[Visual Basic]
Public Sub UnsupportedOperationWarning( _
   ByVal text As String _
)
[C#]
public void UnsupportedOperationWarning(
 string text
);
[C++]
public: void UnsupportedOperationWarning(
 String* text
);
[JScript]
public function UnsupportedOperationWarning(
   text : String
);

See Also

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

Show: