The ForwardedPortRemote type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ForwardedPortRemote(UInt32, String, UInt32) |
Initializes a new instance of the ForwardedPortRemote class.
| |
| ForwardedPortRemote(String, UInt32, String, UInt32) |
Initializes a new instance of the ForwardedPortRemote class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
| |
| (Inherited from | ||
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the
ForwardedPortRemote is reclaimed by garbage collection.
(Overrides | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| RaiseExceptionEvent |
Raises Exception event.
(Inherited from ForwardedPort.) | |
| RaiseRequestReceived |
Raises RequestReceived event.
(Inherited from ForwardedPort.) | |
| Start |
Starts remote port forwarding.
(Overrides ForwardedPort Start .) | |
| Stop |
Stops remote port forwarding.
(Overrides ForwardedPort Stop .) | |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| BoundHost |
Gets the bound host.
| |
| BoundPort |
Gets the bound port.
| |
| Host |
Gets the forwarded host.
| |
| IsStarted |
Gets or sets a value indicating whether port forwarding started.
(Inherited from ForwardedPort.) | |
| Port |
Gets the forwarded port.
|
Events
| Name | Description | |
|---|---|---|
| Exception |
Occurs when exception is thrown.
(Inherited from ForwardedPort.) | |
| RequestReceived |
Occurs when port forwarding request received.
(Inherited from ForwardedPort.) |
See Also