NegotiateStream Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CanRead | Gets a Boolean value that indicates whether the underlying stream is readable.(Overrides Stream::CanRead.) |
![]() | CanSeek | Gets a Boolean value that indicates whether the underlying stream is seekable.(Overrides Stream::CanSeek.) |
![]() | CanTimeout | Gets a Boolean value that indicates whether the underlying stream supports time-outs.(Overrides Stream::CanTimeout.) |
![]() | CanWrite | Gets a Boolean value that indicates whether the underlying stream is writable.(Overrides Stream::CanWrite.) |
![]() | ImpersonationLevel | Gets a value that indicates how the server can use the client's credentials. |
![]() | InnerStream | Gets the stream used by this AuthenticatedStream for sending and receiving data.(Inherited from AuthenticatedStream.) |
![]() | IsAuthenticated | Gets a Boolean value that indicates whether authentication was successful.(Overrides AuthenticatedStream::IsAuthenticated.) |
![]() | IsEncrypted | Gets a Boolean value that indicates whether this NegotiateStream uses data encryption.(Overrides AuthenticatedStream::IsEncrypted.) |
![]() | IsMutuallyAuthenticated | Gets a Boolean value that indicates whether both the server and the client have been authenticated.(Overrides AuthenticatedStream::IsMutuallyAuthenticated.) |
![]() | IsServer | Gets a Boolean value that indicates whether the local side of the connection used by this NegotiateStream was authenticated as the server.(Overrides AuthenticatedStream::IsServer.) |
![]() | IsSigned | Gets a Boolean value that indicates whether the data sent using this stream is signed.(Overrides AuthenticatedStream::IsSigned.) |
![]() | LeaveInnerStreamOpen | Gets whether the stream used by this AuthenticatedStream for sending and receiving data has been left open.(Inherited from AuthenticatedStream.) |
![]() | Length | Gets the length of the underlying stream.(Overrides Stream::Length.) |
![]() | Position | Gets or sets the current position in the underlying stream.(Overrides Stream::Position.) |
![]() | ReadTimeout | Gets or sets the amount of time a read operation blocks waiting for data.(Overrides Stream::ReadTimeout.) |
![]() | RemoteIdentity | Gets information about the identity of the remote party sharing this authenticated stream. |
![]() | WriteTimeout | Gets or sets the amount of time a write operation blocks waiting for data.(Overrides Stream::WriteTimeout.) |

