Home
last modified time | relevance | path

Searched refs:WriteBytesAsync (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlStreamNodeWriter.cs184 protected Task WriteBytesAsync(byte b1, byte b2) in WriteBytesAsync() method in System.Xml.XmlStreamNodeWriter
211 protected Task WriteBytesAsync(char ch1, char ch2) in WriteBytesAsync() method in System.Xml.XmlStreamNodeWriter
214 return WriteBytesAsync((byte)ch1, (byte)ch2); in WriteBytesAsync()
H A DXmlUTF8TextWriter.cs268 await WriteBytesAsync('/', '>').ConfigureAwait(false); in WriteEndStartElementAsync()
286 await WriteBytesAsync('<', '/').ConfigureAwait(false); in WriteEndElementAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Managed/
H A DHttpConnection.cs156 await WriteBytesAsync(s_hostKeyAndSeparator, cancellationToken).ConfigureAwait(false); in WriteHostHeaderAsync()
159 WriteBytesAsync(_idnHostAsciiBytes, cancellationToken) : in WriteHostHeaderAsync()
234 … await WriteBytesAsync(isHttp10 ? s_spaceHttp10NewlineAsciiBytes : s_spaceHttp11NewlineAsciiBytes, in SendAsync()
249 … await WriteBytesAsync(s_contentLength0NewlineAsciiBytes, cancellationToken).ConfigureAwait(false); in SendAsync()
740 private Task WriteBytesAsync(byte[] bytes, CancellationToken cancellationToken) in WriteBytesAsync() method in System.Net.Http.HttpConnection
H A DChunkedEncodingWriteStream.cs86 …await _connection.WriteBytesAsync(s_finalChunkBytes, RequestCancellationToken).ConfigureAwait(fals… in FinishAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Pipes/tests/NamedPipeTests/
H A DNamedPipeTestBase.cs114 protected static Task WriteBytesAsync(PipeStream pipeStream, byte[] buffer) in WriteBytesAsync() method in System.IO.Pipes.Tests.NamedPipeTestBase
H A DNamedPipeTest.Simple.cs55 await WriteBytesAsync(client, sendBytes); in OneWayReadWrites()
76 await WriteBytesAsync(server, sendBytes); in OneWayReadWrites()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/
H A Dmod.rs1435 …pub fn WriteBytesAsync<'a, Param0: ::windows::runtime::IntoParam<'a, IStorageFile>>(file: Param0, … in WriteBytesAsync() method
4738 …pub fn WriteBytesAsync<'a, Param0: ::windows::runtime::IntoParam<'a, ::windows::runtime::HSTRING>>… in WriteBytesAsync() method