Opc.Ua.Core
SocketErrorString Property (IMessageSocketAsyncEventArgs)



Opc.Ua.Bindings Namespace > IMessageSocketAsyncEventArgs Interface : SocketErrorString Property
Gets the SocketError string of the asynchronous socket operation.
Syntax
'Declaration
 
ReadOnly Property SocketErrorString As String
'Usage
 
Dim instance As IMessageSocketAsyncEventArgs
Dim value As String
 
value = instance.SocketErrorString
string SocketErrorString {get;}
property String^ SocketErrorString {
   String^ get();
}

Property Value

the socket error string
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMessageSocketAsyncEventArgs Interface
IMessageSocketAsyncEventArgs Members