Home
last modified time | relevance | path

Searched refs:socketInformation (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Activation/
H A DTcpDuplicateContext.cs18 SocketInformation socketInformation; field in System.ServiceModel.Activation.TcpDuplicateContext
20 public TcpDuplicateContext(SocketInformation socketInformation, Uri via, byte[] readData) in TcpDuplicateContext() argument
23 this.socketInformation = socketInformation; in TcpDuplicateContext()
30 return this.socketInformation;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSocket.cs97 public Socket (SocketInformation socketInformation) in Socket() argument
99 this.is_listening = (socketInformation.Options & SocketInformationOptions.Listening) != 0; in Socket()
100 this.is_connected = (socketInformation.Options & SocketInformationOptions.Connected) != 0; in Socket()
101 this.is_blocking = (socketInformation.Options & SocketInformationOptions.NonBlocking) == 0; in Socket()
102 …this.useOverlappedIO = (socketInformation.Options & SocketInformationOptions.UseOnlyOverlappedIO) … in Socket()
104 var result = Mono.DataConverter.Unpack ("iiiil", socketInformation.ProtocolInformation, 0); in Socket()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs187 public Socket(SocketInformation socketInformation) { in Socket() argument
194 …if(socketInformation.ProtocolInformation == null || socketInformation.ProtocolInformation.Length <… in Socket()
199 fixed(byte * pinnedBuffer = socketInformation.ProtocolInformation){ in Socket()
223 m_IsConnected = socketInformation.IsConnected; in Socket()
224 willBlock = !socketInformation.IsNonBlocking; in Socket()
226 isListening = socketInformation.IsListening; in Socket()
227 UseOnlyOverlappedIO = socketInformation.UseOnlyOverlappedIO; in Socket()
232 if (socketInformation.RemoteEndPoint != null) { in Socket()
233 m_RightEndPoint = socketInformation.RemoteEndPoint; in Socket()
234 m_RemoteEndPoint = socketInformation.RemoteEndPoint; in Socket()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs207 public Socket(SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocket.cs105 public Socket(SocketInformation socketInformation) in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8184 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8301 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8182 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8297 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs11141 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs10793 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11413 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs11445 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs11443 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs11413 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs11413 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs11405 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs11703 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs11445 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs11678 public Socket(System.Net.Sockets.SocketInformation socketInformation) { } in Socket() argument