Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
Silverlight 2
 ProtocolType Enumeration

  Switch on low bandwidth view
.NET Framework Class Library for Silverlight
ProtocolType Enumeration

Specifies the protocol that the Socket class supports.

Namespace:  System.Net.Sockets
Assembly:  System.Net (in System.Net.dll)
Visual Basic (Declaration)
Public Enumeration ProtocolType
Visual Basic (Usage)
Dim instance As ProtocolType
C#
public enum ProtocolType
Member nameDescription
TcpThe Transmission Control Protocol (TCP).
UnspecifiedThe protocol type is unspecified.
UnknownAn unknown protocol type.

The Socket class uses the ProtocolType enumeration to inform the Windows Sockets API of the requested protocol. Low-level driver software for the requested protocol must be present on the computer for the Socket to be created successfully.

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker