Home
last modified time | relevance | path

Searched refs:BeginSend (Results 1 – 25 of 150) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DSmtpCommands.cs20 … internal static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state) in BeginSend() method in System.Net.Mail.CheckCommand
114 … internal static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state) in BeginSend() method in System.Net.Mail.ReadLinesCommand
197 return ReadLinesCommand.BeginSend(conn, callback, state); in BeginSend()
203 return ReadLinesCommand.BeginSend(conn, callback, state); in BeginSend()
253 return CheckCommand.BeginSend(conn, callback, state); in BeginSend()
353 return ReadLinesCommand.BeginSend(conn, callback, state); in BeginSend()
407 return CheckCommand.BeginSend(conn, callback, state); in BeginSend()
463 return CheckCommand.BeginSend(conn, callback, state); in BeginSend()
517 … internal static IAsyncResult BeginSend(SmtpConnection conn, byte[] command, MailAddress from, in BeginSend() method in System.Net.Mail.MailCommand
521 return CheckCommand.BeginSend(conn, callback, state); in BeginSend()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DSmtpCommands.cs16 … internal static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state) in BeginSend() method in System.Net.Mail.CheckCommand
109 … internal static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state) in BeginSend() method in System.Net.Mail.ReadLinesCommand
191 return ReadLinesCommand.BeginSend(conn, callback, state); in BeginSend()
197 return ReadLinesCommand.BeginSend(conn, callback, state); in BeginSend()
248 return CheckCommand.BeginSend(conn, callback, state); in BeginSend()
363 return ReadLinesCommand.BeginSend(conn, callback, state); in BeginSend()
417 return CheckCommand.BeginSend(conn, callback, state); in BeginSend()
472 return CheckCommand.BeginSend(conn, callback, state); in BeginSend()
525 … internal static IAsyncResult BeginSend(SmtpConnection conn, byte[] command, MailAddress from, in BeginSend() method in System.Net.Mail.MailCommand
529 return CheckCommand.BeginSend(conn, callback, state); in BeginSend()
[all …]
H A DMimeMultiPart.cs114 …IAsyncResult sendResult = part.BeginSend(context.writer, mimePartSentCallback, allowUnicode, conte… in MimePartSentCallbackHandler()
154 …IAsyncResult sendResult = part.BeginSend(context.writer, mimePartSentCallback, allowUnicode, conte… in ContentStreamCallbackHandler()
168 …internal override IAsyncResult BeginSend(BaseWriter writer, AsyncCallback callback, bool allowUnic… in BeginSend() method in System.Net.Mime.MimeMultiPart
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DOutputChannelBase.cs57 public IAsyncResult BeginSend (Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.OutputChannelBase
59 return BeginSend (message, channel_factory.DefaultSendTimeout, callback, state); in BeginSend()
62 …public abstract IAsyncResult BeginSend (Message message, TimeSpan timeout, AsyncCallback callback,… in BeginSend() method in System.ServiceModel.Channels.OutputChannelBase
73 EndSend (BeginSend (message, timeout, null, null)); in Send()
H A DLayeredOutputChannel.cs53 public IAsyncResult BeginSend (Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.LayeredOutputChannel
56 return BeginSend (message, Factory.DefaultSendTimeout, callback, state); in BeginSend()
59 …public virtual IAsyncResult BeginSend (Message message, TimeSpan timeout, AsyncCallback callback, … in BeginSend() method in System.ServiceModel.Channels.LayeredOutputChannel
67 return inner.BeginSend (message, timeout, callback, state); in OnBeginSend()
H A DIOutputChannel.cs36 IAsyncResult BeginSend (Message message, AsyncCallback callback, object state); in BeginSend() method
37 IAsyncResult BeginSend (Message message, TimeSpan timeout, AsyncCallback callback, object state); in BeginSend() method
H A DDuplexChannelBase.cs128 public virtual IAsyncResult BeginSend (Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.DuplexChannelBase
130 return BeginSend (message, DefaultSendTimeout, callback, state); in BeginSend()
133 …public virtual IAsyncResult BeginSend (Message message, TimeSpan timeout, AsyncCallback callback, … in BeginSend() method in System.ServiceModel.Channels.DuplexChannelBase
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DDiscoveryClientOutputChannel.cs49 …public virtual IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, o… in BeginSend() method in System.ServiceModel.Discovery.DiscoveryClientOutputChannel
51 return this.InnerChannel.BeginSend(message, timeout, callback, state); in BeginSend()
54 public IAsyncResult BeginSend(Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Discovery.DiscoveryClientOutputChannel
56 return this.BeginSend(message, this.DefaultSendTimeout, callback, state); in BeginSend()
H A DDiscoveryClientDuplexChannel.cs35 …public override IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, … in BeginSend() method in System.ServiceModel.Discovery.DiscoveryClientDuplexChannel
38 return base.BeginSend(message, timeout, callback, state); in BeginSend()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/
H A DOutputChannelBase.cs71 public IAsyncResult BeginSend (Message message, AsyncCallback callback, object state) in BeginSend() method in MonoTests.System.ServiceModel.Channels.OutputChannelBase
73 return BeginSend (message, DefaultSendTimeout, callback, state); in BeginSend()
76 …public abstract IAsyncResult BeginSend (Message message, TimeSpan timeout, AsyncCallback callback,… in BeginSend() method in MonoTests.System.ServiceModel.Channels.OutputChannelBase
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DContextOutputChannelBase.cs38 …public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object st… in BeginSend() method in System.ServiceModel.Channels.ContextOutputChannelBase
43 public IAsyncResult BeginSend(Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.ContextOutputChannelBase
45 return this.BeginSend(message, this.DefaultSendTimeout, callback, state); in BeginSend()
146 IAsyncResult result = this.channel.InnerChannel.BeginSend( in SendAsyncResult()
228 sendResult = this.channel.InnerChannel.BeginSend( in OnFinalizeCorrelationCompleted()
H A DOutputChannel.cs22 public IAsyncResult BeginSend(Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.OutputChannel
24 return this.BeginSend(message, this.DefaultSendTimeout, callback, state); in BeginSend()
27 …public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object st… in BeginSend() method in System.ServiceModel.Channels.OutputChannel
H A DIOutputChannel.cs16 IAsyncResult BeginSend(Message message, AsyncCallback callback, object state); in BeginSend() method
17 … IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object state); in BeginSend() method
H A DLayeredChannelFactory.cs256 public IAsyncResult BeginSend(Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.LayeredDuplexChannel
258 return this.BeginSend(message, this.DefaultSendTimeout, callback, state); in BeginSend()
261 …public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object st… in BeginSend() method in System.ServiceModel.Channels.LayeredDuplexChannel
263 return this.innerOutputChannel.BeginSend(message, timeout, callback, state); in BeginSend()
H A DIPeerNeighbor.cs18 IAsyncResult BeginSend(Message message, AsyncCallback callback, object state); in BeginSend() method
19 … IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object state); in BeginSend() method
H A DTransactionChannelFactory.cs241 public IAsyncResult BeginSend(Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.TransactionOutputChannelGeneric
243 return this.BeginSend(message, this.DefaultSendTimeout, callback, state); in BeginSend()
246 …public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback asyncCallback, obje… in BeginSend() method in System.ServiceModel.Channels.TransactionOutputChannelGeneric
250 … return InnerChannel.BeginSend(message, timeoutHelper.RemainingTime(), asyncCallback, state); in BeginSend()
H A DDuplexChannel.cs29 public IAsyncResult BeginSend(Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.DuplexChannel
31 return this.BeginSend(message, this.DefaultSendTimeout, callback, state); in BeginSend()
34 …public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object st… in BeginSend() method in System.ServiceModel.Channels.DuplexChannel
H A DInternalDuplexChannelListener.cs176 public IAsyncResult BeginSend(Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.InternalDuplexChannelListener.ServerCompositeDuplexChannel
178 return this.BeginSend(message, this.DefaultSendTimeout, callback, state); in BeginSend()
181 …public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object st… in BeginSend() method in System.ServiceModel.Channels.InternalDuplexChannelListener.ServerCompositeDuplexChannel
301 …IAsyncResult result = outputChannel.BeginSend(message, timeoutHelper.RemainingTime(), sendComplete… in SendAsyncResult()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DUdpDuplexChannel.cs50 public IAsyncResult BeginSend(Message message, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Channels.UdpDuplexChannel
52 return this.BeginSend(message, this.DefaultSendTimeout, callback, state); in BeginSend()
55 …public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object st… in BeginSend() method in System.ServiceModel.Channels.UdpDuplexChannel
64 return this.UdpOutputChannel.BeginSend(message, timeout, callback, state); in BeginSend()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DUDPClient.cs608 …public IAsyncResult BeginSend(byte[] datagram, int bytes, IPEndPoint endPoint, AsyncCallback reque… in BeginSend() method in System.Net.Sockets.UdpClient
631 … return Client.BeginSend(datagram, 0, bytes, SocketFlags.None, requestCallback, state); in BeginSend()
642 …public IAsyncResult BeginSend(byte[] datagram, int bytes, string hostname, int port, AsyncCallback… in BeginSend() method in System.Net.Sockets.UdpClient
665 return BeginSend(datagram, bytes, ipEndPoint,requestCallback, state); in BeginSend()
671 …public IAsyncResult BeginSend(byte[] datagram, int bytes, AsyncCallback requestCallback, object st… in BeginSend() method in System.Net.Sockets.UdpClient
672 return BeginSend(datagram, bytes, null, requestCallback, state); in BeginSend()
1008 return Task<int>.Factory.FromAsync(BeginSend, EndSend, datagram, bytes, null); in SendAsync()
1014 return Task<int>.Factory.FromAsync(BeginSend, EndSend, datagram, bytes, endPoint, null); in SendAsync()
1022 …return Task<int>.Factory.FromAsync((callback, state) => BeginSend(datagram, bytes, hostname, port,… in SendAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DUDPClient.cs270 …public IAsyncResult BeginSend(byte[] datagram, int bytes, IPEndPoint endPoint, AsyncCallback reque… in BeginSend() method in System.Net.Sockets.UdpClient
295 … return _clientSocket.BeginSend(datagram, 0, bytes, SocketFlags.None, requestCallback, state); in BeginSend()
303 …public IAsyncResult BeginSend(byte[] datagram, int bytes, string hostname, int port, AsyncCallback… in BeginSend() method in System.Net.Sockets.UdpClient
330 return BeginSend(datagram, bytes, ipEndPoint, requestCallback, state); in BeginSend()
333 …public IAsyncResult BeginSend(byte[] datagram, int bytes, AsyncCallback requestCallback, object st… in BeginSend() method in System.Net.Sockets.UdpClient
335 return BeginSend(datagram, bytes, null, requestCallback, state); in BeginSend()
611 …(targetDatagram, targetBytes, callback, state) => ((UdpClient)state).BeginSend(targetDatagram, tar… in SendAsync()
621 …am, targetBytes, targetEndpoint, callback, state) => ((UdpClient)state).BeginSend(targetDatagram, … in SendAsync()
640 … return client.BeginSend(targetDatagram, targetBytes, targetHostname, targetPort, callback, state); in SendAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DUdpClient.platformnotsupported.cs138 …public IAsyncResult BeginSend (byte[] datagram, int bytes, AsyncCallback requestCallback, object s… in BeginSend() method in System.Net.Sockets.UdpClient
143 …public IAsyncResult BeginSend (byte[] datagram, int bytes, IPEndPoint endPoint, AsyncCallback requ… in BeginSend() method in System.Net.Sockets.UdpClient
148 …public IAsyncResult BeginSend (byte[] datagram, int bytes, string hostname, int port, AsyncCallbac… in BeginSend() method in System.Net.Sockets.UdpClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery/
H A DDiscoveryRequestChannel.cs210 public IAsyncResult BeginSend (Message msg, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Discovery.DiscoveryChannel
212 return BeginSend (msg, DefaultSendTimeout, callback, state); in BeginSend()
215 …public IAsyncResult BeginSend (Message msg, TimeSpan timeout, AsyncCallback callback, object state) in BeginSend() method in System.ServiceModel.Discovery.DiscoveryChannel
217 return ((IOutputChannel) inner).BeginSend (msg, timeout, callback, state); in BeginSend()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DUdpClientTest.cs170 … Assert.Throws<ObjectDisposedException>(() => udpClient.BeginSend(new byte[1], 1, null, null)); in DisposeClose_OperationsThrow()
316 …ertExtensions.Throws<ArgumentNullException>("datagram", () => udpClient.BeginSend(null, 0, null, n… in InvalidArguments_Throw()
317 …Assert.Throws<InvalidOperationException>(() => udpClient.BeginSend(new byte[1], 1, "localhost", 0,… in InvalidArguments_Throw()
318 …Assert.Throws<InvalidOperationException>(() => udpClient.BeginSend(new byte[1], 1, new IPEndPoint(… in InvalidArguments_Throw()
333 … udpClient.BeginSend(sendBytes, -1, remoteServer, new AsyncCallback(AsyncCompleted), udpClient); in BeginSend_NegativeBytes_Throws()
349 …udpClient.BeginSend(sendBytes, sendBytes.Length + 1, remoteServer, new AsyncCallback(AsyncComplete… in BeginSend_BytesMoreThanArrayLength_Throws()
363 …udpClient.BeginSend(sendBytes, sendBytes.Length, remoteServer, new AsyncCallback(AsyncCompleted), … in BeginSend_AsyncOperationCompletes_Success()
570 …sender.EndSend(sender.BeginSend(new byte[1], 1, new IPEndPoint(address, ((IPEndPoint)receiver.Clie… in BeginEndSend_BeginEndReceive_Success()
589 sender.EndSend(sender.BeginSend(new byte[1], 1, null, null)); in BeginEndSend_BeginEndReceive_Connected_Success()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DOutputChannelBinder.cs81 …public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object st… in BeginSend() method in System.ServiceModel.Dispatcher.OutputChannelBinder
83 return this.channel.BeginSend(message, timeout, callback, state); in BeginSend()

123456