PortInUseExceptionEndpoint Property |
The endpoint already in use.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic IPEndPoint? Endpoint { get; set; }
Public Property Endpoint As IPEndPoint
Get
Set
Dim instance As PortInUseException
Dim value As IPEndPoint
value = instance.Endpoint
instance.Endpoint = value
public:
property IPEndPoint^ Endpoint {
IPEndPoint^ get ();
void set (IPEndPoint^ value);
}
member Endpoint : IPEndPoint with get, set
Property Value
IPEndPoint
See Also